From 04c4e1963f3ec8230dff3197f10e42b40aea6ec0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 18 Jul 2014 23:00:54 -0400 Subject: [PATCH] GtkFlowBox: Add a missing #include --- gtk/gtkflowbox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c index d0dd345767..e8374e9031 100644 --- a/gtk/gtkflowbox.c +++ b/gtk/gtkflowbox.c @@ -58,6 +58,7 @@ #include "gtkflowbox.h" #include "gtkmarshalers.h" #include "gtkprivate.h" +#include "gtkorientableprivate.h" #include "gtkintl.h" #include "a11y/gtkflowboxaccessibleprivate.h" -- 2.30.2